placesview: Remove frame
authorTimm Bäder <mail@baedert.org>
Sun, 26 Apr 2020 15:32:33 +0000 (17:32 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 5 May 2020 06:20:09 +0000 (08:20 +0200)
We don't need a double border here.

gtk/ui/gtkplacesview.ui

index bd1f012be5c891c26ed8b4cbcf57ec44d33f62d7..4668ae758b9f14be15412f98ba74914c5c806339 100644 (file)
           <object class="GtkStackPage">
             <property name="name">browse</property>
             <property name="child">
-              <object class="GtkFrame">
+              <object class="GtkScrolledWindow">
+                <property name="hexpand">1</property>
+                <property name="vexpand">1</property>
                 <child>
-                  <object class="GtkScrolledWindow">
-                    <property name="hexpand">1</property>
-                    <property name="vexpand">1</property>
+                  <object class="GtkViewport">
                     <child>
-                      <object class="GtkViewport">
-                        <child>
-                          <object class="GtkListBox" id="listbox">
-                            <property name="selection-mode">none</property>
-                            <signal name="row-activated" handler="on_listbox_row_activated" object="GtkPlacesView" swapped="yes"/>
-                          </object>
-                        </child>
+                      <object class="GtkListBox" id="listbox">
+                        <property name="selection-mode">none</property>
+                        <signal name="row-activated" handler="on_listbox_row_activated" object="GtkPlacesView" swapped="yes"/>
                       </object>
                     </child>
                   </object>